home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 014a / dupscrn1.zip / DUPE.DOC next >
Text File  |  1991-08-26  |  2KB  |  53 lines

  1.   Here are some utilities that will get some use out
  2. of your mono monitor when you have a dual monitor
  3. setup, by converting it to an electronic post-it.
  4.  
  5. DUPESCRN.COM
  6.  
  7.   DUPESCRN is a tiny (27 bytes) program that copies
  8. the first 25 lines of characters and atributes from
  9. your color monitor to your mono monitor.
  10.  
  11.   I use DUPESCRN in conjunction with make to keep the
  12. error messages up when I go back to edit after a
  13. less-than-sparkling compile.  The following is the
  14. contents of my go.bat:
  15.  
  16.         @echo off
  17.         rem Clear the last compile's messages
  18.         cls
  19.         dupescrn
  20.         make
  21.         dupescrn
  22.  
  23. You may want to limit the number of errors bcc and
  24. tlink will produce to keep them at less than 25 lines.
  25.  
  26. HOT_DUPE.EXE
  27.  
  28.   HOT_DUPE is a TSR that does the same thing as
  29. DUPESCRN.  Press both shift keys simultaneously to copy
  30. the color screen to the mono.  Use /U to unload it. It
  31. can be used to grab bogus program output, or to freeze
  32. one page of an editor screen while you wander off in
  33. the file to make errors somewhere else.  If your color
  34. monitor is in 43 or 50 line mode you will still get the
  35. first 25 lines.  One interesting use is to see how a
  36. color program would look on a mono monitor without
  37. changing any of the attributes.
  38.  
  39.   HOT_DUPE was created using /*resident_C*/ by South
  40. Mountain Software (201) 762-6965.  There library seems
  41. really easy to use and very robust, even if the result
  42. is a bit bulky (11k for my 27 byte non-resident
  43. program).
  44.  
  45.   If you want either of the source files (excluding
  46. the South Mountain stuff), you can E-mail me on CIS at
  47. 72621,2032.
  48.  
  49.   If you like this software and use it regulary, good
  50. for you.
  51.  
  52.                     Brent A. Crosby
  53.